projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4353b2
)
(shell-font-lock-keywords): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Feb 1994 20:00:15 +0000
(20:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Feb 1994 20:00:15 +0000
(20:00 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 27538a8f532bca73eb4b7c35ebb07a0fb2c22d12..70570223ef4f10f35ad706e9ae7dde881f5d80f8 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-643,7
+643,7
@@
This does a lot more highlighting.")
'("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face)
'("^[^ \t]+:.*$" . font-lock-string-face)
'("^\\[[1-9][0-9]*\\]" . font-lock-string-face))
- "Additional expressions to highlight in
TeXinfo
mode.")
+ "Additional expressions to highlight in
Shell
mode.")
(provide 'font-lock)